home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsdocs / gbsets.doc < prev    next >
Encoding:
Text File  |  1994-06-06  |  1.2 KB  |  56 lines

  1. TABLE OF CONTENTS
  2.  
  3. egb/gbsets.library/EGB_CreateSetGadget
  4. egb/gbsets.library/EGB_ModifySetGadget
  5. egb/gbsets.library/EGB_CreateSetGadget egb/gbsets.library/EGB_CreateSetGadget
  6.  
  7.    NAME
  8.     EGB_CreateSetGadget -- 
  9.  
  10.    SYNOPSIS
  11.     EGB_CreateSetGadget(con, names, height, id)
  12.                         A0   A1     D0      D1
  13.  
  14.     EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext, EB_StrArrayPtr, WORD, LONG)
  15.  
  16.    FUNCTION
  17.     Creates a gadbox set gadget. These gadgets offer the user a number
  18.     of non exclusive choices. The result of the users action is
  19.     represented in a 32 bit number. Each bit is representing on of the
  20.     items.
  21.  
  22.    INPUTS
  23.     con    : Associated gadget context
  24.     names  : Array of strings. Each string represents one item.
  25.     height : Maximum number of elements in vertical rows.
  26.     id     : The gadgets id
  27.  
  28.    RESULT
  29.  
  30.    SEE ALSO
  31.  
  32.  
  33. egb/gbsets.library/EGB_ModifySetGadget egb/gbsets.library/EGB_ModifySetGadget
  34.  
  35.    NAME
  36.     EGB_ModifySetGadget -- 
  37.  
  38.    SYNOPSIS
  39.     EGB_ModifySetGadget(win, gad, sel)
  40.                         A0   A1   D0
  41.  
  42.     void EGB_ModifySetGadget(EI_WindowPtr, EI_GadgetPtr, LONG)
  43.  
  44.    FUNCTION
  45.     Changes the state of a set gadget. Each bit in data represents one
  46.     item.
  47.  
  48.    INPUTS
  49.     win   : The window that contains the gadget; if NULL, no refresh is done
  50.  
  51.    RESULT
  52.  
  53.    SEE ALSO
  54.  
  55.  
  56.